home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / LOCALMFC.PAK / LOCRESDE.DEF < prev    next >
Text File  |  1997-05-06  |  929b  |  27 lines

  1. ; This is a part of the Microsoft Foundation Classes C++ library.
  2. ; Copyright (C) 1992-1994 Microsoft Corporation
  3. ; All rights reserved.
  4. ;
  5. ; This source code is only intended as a supplement to the
  6. ; Microsoft Foundation Classes Reference and the
  7. ; Books Online documentation provided with the library.
  8. ; See these sources for detailed information regarding the
  9. ; Microsoft Foundation Classes product.
  10.  
  11. LIBRARY   LOCRESDE
  12. EXETYPE   WINDOWS
  13. CODE      PRELOAD MOVEABLE DISCARDABLE
  14. DATA      PRELOAD MOVEABLE SINGLE
  15. HEAPSIZE  1024
  16. ;EXPORTS
  17. ;          WEP PRIVATE
  18. ; To implement your own Windows Exit Procedure uncomment the two lines above
  19. ; and add the following function to your application (referring to it in
  20. ; the .def file is not required.)  The extern "C" is only required if module
  21. ; is C++.
  22. ; extern "C" int FAR PASCAL _WEP(int)
  23. ; {
  24. ;       /* Your WEP functionality goes here */
  25. ;  return 1;
  26. ; }
  27.